home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 June
/
EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso
/
earcd
/
comm2
/
xpack275.lha
/
DOCS
/
Compile.DOC
next >
Wrap
Text File
|
1995-04-25
|
3KB
|
75 lines
If you own RexxPlus, read this...otherwise ignore it.
I have added conditionals in GenMailer and all arexx scripts to use the
RESIDENT or PATHed compiled versions IF they exist in RPDIR: WITHOUT THE
.REXX EXTENSION.
Most scripts which have internal options will show you what options are
set if run with no options.
Installation:
Create RexxP and Rpdir directories
Place RPstart in RexxP:
Place rexxplslib.library in LIBS:
Place compiled commands in RPdir:
Startup-Sequence:
Assign RexxP: and RPDIR:
Add RexxP: and RPDIR: to your path
Use the new S:Start-Arexx which launchs RPstart.
The following is a list of most rexx scripts used in Shelter and Melody
Mailers as well as Xpack and a few from the R0of System that are usable in
Shelter Mailers.
script type res comp libraries
------ ---- --- ---- --------------------
FLOWHOST host no yes xferq
RFH host no yes xferq
RFS cmd no no
FTNSORT cmd yes yes
CALL cmd yes yes xferq RexxDosSupport
XPACK cmd yes yes xferq RexxDosSupport
ADDWORK cmd yes yes xferq RexxDosSupport
XRMV cmd no yes xferq
PRODCFG cmd no yes
XQ cmd yes yes xferq RexxDosSupport
RFSFILELIST cmd no yes
LAUNCH_BBS cmd yes yes
RFSFREQLIST cmd yes yes
FTPNOTE cmd no yes
FREQNOTE cmd no yes
SMSG cmd yes yes
SCALL cmd yes yes xferq RexxDosSupport
WFREQIT-CHECK cmd no yes
XLIST cmd yes yes xferq RexxDosSupport
XFLO cmd yes yes xferq
SHOWCACHE cmd no yes RexxDosSupport
XEDIT cmd no yes xferq
WCHAT cmd no no
DOOR cmd yes yes
CARRIER cmd yes yes
SHOWAC cmd no yes
STARTRFS cmd no no
ACVT cmd no no
SHELTER cmd yes yes xferq RexxDosSupport
GENMAILER cmd no yes RexxDosSupport
SCTL cmd no yes rexxreqtools RexxDosSupport
(c version available)
SEDIT cmd no yes
XKILL cmd no yes xferq RexxDosSupport
SENDFILE cmd yes yes xferq
BROWSE cmd yes yes RexxDosSupport
XCUT cmd yes yes xferq
READ cmd yes yes RexxDosSupport
Comamndis built as follows:
if libraries:
RexxP:RexxPlus Mail:rexx/<script>.rexx +UL(<lib>.library,0,-30,0) +BS -MW +VE
else
RexxP:RexxPlus Mail:rexx/<script>.rexx +BS -MW +VE
Rename the exe's in RPDIR: to remove the .REXX extension.